How to copy calendars from one service to another?
In this case from sogo (which is still open source but now paid for releases) to nextcloud.
As source I use the sogo postgres database and copy the calendar entries using cadaver as webdav client to nextclouds webdav interface.
[Read More]
grafana sqlite database backup
Backup dashboards and user list if using grafana sqlite database.
[Read More]
reading list
Video recording of the open source data center conference 2018 in berlin:
https://osdc.de/osdc-2018/videos-slides-2018/
nginx maintenance page using simple cookie
```bash
location /jira {
if (-f /var/maintenance$cookie_opsteam) {
return 503
}
…
proxy_pass http://internalserver.com:8080
}
[Read More]
Test markdown
Each post also has a subtitle
You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.
[Read More]